home *** CD-ROM | disk | FTP | other *** search
-
- sort(L):
- integer 3
- integer 4
- list 1 2 3 4 5 95 96 97 98 99 100
- list 1 5 9
- list 5 &null 5
- list 4 4 4 4
- list 3 3 3
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 2 6 5
- r3 3 5 &null
- r3 7 8 9
-
- -------------------- testing n = &null
-
- sortf(L,n):
- integer 3
- integer 4
- list
- list &null 25
- list &null &null
- list 1 2 3 4 5 95 96 97 98 99 100
- list 1 5 9
- list 1
- list 2 2
- list 3 3 3
- list 4 4 4 4
- list 5 &null 5
- r1 2
- r3 2 6 5
- r3 3 1 4
- r3 3 5 &null
- r1 4
- r3 7 8 9
- r1 8
-
- sortf(S,n) [same]
-
- -------------------- testing n = 1
-
- sortf(L,n):
- integer 3
- integer 4
- list
- list &null 25
- list &null &null
- list 1 2 3 4 5 95 96 97 98 99 100
- list 1 5 9
- list 1
- list 2 2
- list 3 3 3
- list 4 4 4 4
- list 5 &null 5
- r1 2
- r3 2 6 5
- r3 3 1 4
- r3 3 5 &null
- r1 4
- r3 7 8 9
- r1 8
-
- sortf(S,n) [same]
-
- -------------------- testing n = 2
-
- sortf(L,n):
- integer 3
- integer 4
- list 1
- list
- list 5 &null 5
- list &null &null
- list 1 2 3 4 5 95 96 97 98 99 100
- list 2 2
- list 3 3 3
- list 4 4 4 4
- list 1 5 9
- list &null 25
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 3 5 &null
- r3 2 6 5
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = 3
-
- sortf(L,n):
- integer 3
- integer 4
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- list 1 2 3 4 5 95 96 97 98 99 100
- list 3 3 3
- list 4 4 4 4
- list 5 &null 5
- list 1 5 9
- r1 2
- r1 4
- r1 8
- r3 3 5 &null
- r3 3 1 4
- r3 2 6 5
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = 4
-
- sortf(L,n):
- integer 3
- integer 4
- list 1 5 9
- list 5 &null 5
- list 3 3 3
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- list 1 2 3 4 5 95 96 97 98 99 100
- list 4 4 4 4
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 2 6 5
- r3 3 5 &null
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = 17
-
- sortf(L,n):
- integer 3
- integer 4
- list 1 5 9
- list 5 &null 5
- list 4 4 4 4
- list 3 3 3
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- list 1 2 3 4 5 95 96 97 98 99 100
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 2 6 5
- r3 3 5 &null
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = -4
-
- sortf(L,n):
- integer 3
- integer 4
- list 1 5 9
- list 5 &null 5
- list 3 3 3
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- list 4 4 4 4
- list 1 2 3 4 5 95 96 97 98 99 100
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 2 6 5
- r3 3 5 &null
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = -3
-
- sortf(L,n):
- integer 3
- integer 4
- list &null 25
- list 2 2
- list 1
- list &null &null
- list
- list 1 5 9
- list 3 3 3
- list 4 4 4 4
- list 5 &null 5
- list 1 2 3 4 5 95 96 97 98 99 100
- r1 2
- r1 4
- r1 8
- r3 2 6 5
- r3 3 1 4
- r3 3 5 &null
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = -2
-
- sortf(L,n):
- integer 3
- integer 4
- list 1
- list
- list 5 &null 5
- list &null 25
- list &null &null
- list 2 2
- list 3 3 3
- list 4 4 4 4
- list 1 5 9
- list 1 2 3 4 5 95 96 97 98 99 100
- r1 2
- r1 4
- r1 8
- r3 3 1 4
- r3 3 5 &null
- r3 2 6 5
- r3 7 8 9
-
- sortf(S,n) [same]
-
- -------------------- testing n = -1
-
- sortf(L,n):
- integer 3
- integer 4
- list
- list &null &null
- list 1
- list 2 2
- list 3 3 3
- list 4 4 4 4
- list 5 &null 5
- list 1 5 9
- list &null 25
- list 1 2 3 4 5 95 96 97 98 99 100
- r3 3 5 &null
- r1 2
- r1 4
- r3 3 1 4
- r3 2 6 5
- r1 8
- r3 7 8 9
-
- sortf(S,n) [same]
- 0
- -1
- i j ~j i & j i | j i ^ j i << j i >> j
- 1 0
- 00000001 00000000 FFFFFFFF 00000000 00000001 00000001 00000001 00000001
- 1 1
- 00000001 00000001 FFFFFFFE 00000001 00000001 00000000 00000002 00000000
- 1 2
- 00000001 00000002 FFFFFFFD 00000000 00000003 00000003 00000004 00000000
- 1 3
- 00000001 00000003 FFFFFFFC 00000001 00000003 00000002 00000008 00000000
- 1 4
- 00000001 00000004 FFFFFFFB 00000000 00000005 00000005 00000010 00000000
- 1 100
- 00000001 00000064 FFFFFF9B 00000000 00000065 00000065 00000000 00000000
- i j ~j i & j i | j i ^ j i << j i >> j
- 2 0
- 00000002 00000000 FFFFFFFF 00000000 00000002 00000002 00000002 00000002
- 2 1
- 00000002 00000001 FFFFFFFE 00000000 00000003 00000003 00000004 00000001
- 2 2
- 00000002 00000002 FFFFFFFD 00000002 00000002 00000000 00000008 00000000
- 2 3
- 00000002 00000003 FFFFFFFC 00000002 00000003 00000001 00000010 00000000
- 2 4
- 00000002 00000004 FFFFFFFB 00000000 00000006 00000006 00000020 00000000
- 2 100
- 00000002 00000064 FFFFFF9B 00000000 00000066 00000066 00000000 00000000
- i j ~j i & j i | j i ^ j i << j i >> j
- 3 0
- 00000003 00000000 FFFFFFFF 00000000 00000003 00000003 00000003 00000003
- 3 1
- 00000003 00000001 FFFFFFFE 00000001 00000003 00000002 00000006 00000001
- 3 2
- 00000003 00000002 FFFFFFFD 00000002 00000003 00000001 0000000C 00000000
- 3 3
- 00000003 00000003 FFFFFFFC 00000003 00000003 00000000 00000018 00000000
- 3 4
- 00000003 00000004 FFFFFFFB 00000000 00000007 00000007 00000030 00000000
- 3 100
- 00000003 00000064 FFFFFF9B 00000000 00000067 00000067 00000000 00000000
- file(concord.dat)
- 11
- "eoptera, ("
- 21
- 21
- 1229
- "\n"
- 1231
- oops -- function char(-65536)
- oops -- function char(-337)
- oops -- function char(-1)
- oops -- function char(256)
- oops -- function char(4713)
- oops -- function char(65536)
- oops -- function char(123456)
- oops -- function char("abc")
- oops -- function char(&lcase)
- oops -- function char(&errout)
- oops -- function char(list_34(0))
- oops -- function ord("")
- oops -- function ord("ab")
- oops -- function ord("antidisestablishmentarianism")
- oops -- function ord(47)
- oops -- function ord(&output)
- oops -- function ord(table_1(0))
- getenv failed
- getenv failed
- getenv failed
- getenv failed
- &ascii
- &cset
- &digits
- '123456789'
- &letters
- &letters
- &lcase
- list_35(1)
- list_36(2)
- list_37(3)
- list_38(4)
- list_39(0)
- p(1):
- image(a):1
- image(b):&null
- image(c):list_42(0)
- every write("\t", !c):
- p(1, 2):
- image(a):1
- image(b):2
- image(c):list_43(0)
- every write("\t", !c):
- p(1, 2, 3):
- image(a):1
- image(b):2
- image(c):list_44(1)
- every write("\t", !c):
- 3
- p(1, 2, 3, 4, 5):
- image(a):1
- image(b):2
- image(c):list_45(3)
- every write("\t", !c):
- 3
- 4
- 5
- q(1, 2):
- every write("\t", !a):
- 1
- 2
- t := table("default") --> table_2(0)
- *t --> 0
- t["xyz"] --> "default"
- member(t, "xyz") --> failure
- contents of t:
-
- insert(t, 3, 4) --> table_2(1)
- insert(t, "xyz", "abc") --> table_2(2)
- insert(t, &digits) --> table_2(3)
- *t --> 3
- t["xyz"] --> "abc"
- member(t, "xyz") --> "xyz"
- contents of t:
- 3 : 4
- "xyz" : "abc"
- &digits : &null
-
- t["xyz"] := "new value" --> "new value"
- *t --> 3
- t["xyz"] --> "new value"
- member(t, "xyz") --> "xyz"
- contents of t:
- 3 : 4
- "xyz" : "new value"
- &digits : &null
-
- insert(t, "xyz", "def") --> table_2(3)
- *t --> 3
- t["xyz"] --> "def"
- member(t, "xyz") --> "xyz"
- contents of t:
- 3 : 4
- "xyz" : "def"
- &digits : &null
-
- delete(t, "xyz") -- > table_2(2)
- *t --> 2
- t["xyz"] --> "default"
- member(t, "xyz") --> failure
- contents of t:
- 3 : 4
- &digits : &null
-
- delete(t, "xyz") -- > table_2(2)
- *t --> 2
- t["xyz"] --> "default"
- member(t, "xyz") --> failure
- contents of t:
- 3 : 4
- &digits : &null
-
-